home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / formbe1r / frmttt.frm (.txt) < prev    next >
Visual Basic Form  |  1999-08-09  |  15KB  |  525 lines

  1. VERSION 5.00
  2. Begin VB.Form frm2Player 
  3.    BackColor       =   &H00000000&
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Two Player Tic Tac Toe"
  6.    ClientHeight    =   2625
  7.    ClientLeft      =   150
  8.    ClientTop       =   435
  9.    ClientWidth     =   3915
  10.    ClipControls    =   0   'False
  11.    ControlBox      =   0   'False
  12.    Icon            =   "frmTTT.frx":0000
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   2625
  17.    ScaleWidth      =   3915
  18.    StartUpPosition =   3  'Windows Default
  19.    Begin VB.PictureBox Winsock1 
  20.       Height          =   480
  21.       Left            =   4080
  22.       ScaleHeight     =   420
  23.       ScaleWidth      =   1140
  24.       TabIndex        =   12
  25.       Top             =   2280
  26.       Width           =   1200
  27.    End
  28.    Begin VB.CommandButton Command2 
  29.       Caption         =   "E&xit"
  30.       Height          =   375
  31.       Left            =   2760
  32.       TabIndex        =   11
  33.       Top             =   720
  34.       Width           =   975
  35.    End
  36.    Begin VB.CommandButton Command1 
  37.       Caption         =   "New Game"
  38.       Height          =   375
  39.       Left            =   2760
  40.       TabIndex        =   10
  41.       Top             =   240
  42.       Width           =   975
  43.    End
  44.    Begin VB.Timer Timer2 
  45.       Interval        =   1
  46.       Left            =   4080
  47.       Top             =   1920
  48.    End
  49.    Begin VB.Timer Timer1 
  50.       Interval        =   1
  51.       Left            =   4080
  52.       Top             =   1560
  53.    End
  54.    Begin VB.Line Line5 
  55.       BorderColor     =   &H0000FFFF&
  56.       BorderWidth     =   4
  57.       Index           =   7
  58.       X1              =   240
  59.       X2              =   2400
  60.       Y1              =   2280
  61.       Y2              =   120
  62.    End
  63.    Begin VB.Line Line5 
  64.       BorderColor     =   &H0000FFFF&
  65.       BorderWidth     =   4
  66.       Index           =   6
  67.       X1              =   360
  68.       X2              =   2400
  69.       Y1              =   240
  70.       Y2              =   2280
  71.    End
  72.    Begin VB.Line Line5 
  73.       BorderColor     =   &H0000FFFF&
  74.       BorderWidth     =   4
  75.       Index           =   5
  76.       X1              =   2040
  77.       X2              =   2040
  78.       Y1              =   120
  79.       Y2              =   2400
  80.    End
  81.    Begin VB.Line Line5 
  82.       BorderColor     =   &H0000FFFF&
  83.       BorderWidth     =   4
  84.       Index           =   4
  85.       X1              =   1320
  86.       X2              =   1320
  87.       Y1              =   120
  88.       Y2              =   2400
  89.    End
  90.    Begin VB.Line Line5 
  91.       BorderColor     =   &H0000FFFF&
  92.       BorderWidth     =   4
  93.       Index           =   3
  94.       X1              =   480
  95.       X2              =   480
  96.       Y1              =   120
  97.       Y2              =   2400
  98.    End
  99.    Begin VB.Line Line5 
  100.       BorderColor     =   &H0000FFFF&
  101.       BorderWidth     =   4
  102.       Index           =   2
  103.       X1              =   240
  104.       X2              =   2520
  105.       Y1              =   2160
  106.       Y2              =   2160
  107.    End
  108.    Begin VB.Line Line5 
  109.       BorderColor     =   &H0000FFFF&
  110.       BorderWidth     =   4
  111.       Index           =   1
  112.       X1              =   240
  113.       X2              =   2520
  114.       Y1              =   1200
  115.       Y2              =   1200
  116.    End
  117.    Begin VB.Line Line5 
  118.       BorderColor     =   &H0000FFFF&
  119.       BorderWidth     =   4
  120.       Index           =   0
  121.       X1              =   240
  122.       X2              =   2520
  123.       Y1              =   360
  124.       Y2              =   360
  125.    End
  126.    Begin VB.Label turn 
  127.       Height          =   375
  128.       Left            =   4080
  129.       TabIndex        =   9
  130.       Top             =   1200
  131.       Visible         =   0   'False
  132.       Width           =   375
  133.    End
  134.    Begin VB.Label s 
  135.       BackColor       =   &H00000000&
  136.       BackStyle       =   0  'Transparent
  137.       BeginProperty Font 
  138.          Name            =   "MS Sans Serif"
  139.          Size            =   24
  140.          Charset         =   0
  141.          Weight          =   400
  142.          Underline       =   0   'False
  143.          Italic          =   0   'False
  144.          Strikethrough   =   0   'False
  145.       EndProperty
  146.       ForeColor       =   &H00C00000&
  147.       Height          =   615
  148.       Index           =   8
  149.       Left            =   1920
  150.       TabIndex        =   8
  151.       Top             =   1800
  152.       Width           =   615
  153.    End
  154.    Begin VB.Label s 
  155.       BackColor       =   &H00000000&
  156.       BackStyle       =   0  'Transparent
  157.       BeginProperty Font 
  158.          Name            =   "MS Sans Serif"
  159.          Size            =   24
  160.          Charset         =   0
  161.          Weight          =   400
  162.          Underline       =   0   'False
  163.          Italic          =   0   'False
  164.          Strikethrough   =   0   'False
  165.       EndProperty
  166.       ForeColor       =   &H00C00000&
  167.       Height          =   615
  168.       Index           =   7
  169.       Left            =   1200
  170.       TabIndex        =   7
  171.       Top             =   1800
  172.       Width           =   615
  173.    End
  174.    Begin VB.Label s 
  175.       BackColor       =   &H00000000&
  176.       BackStyle       =   0  'Transparent
  177.       BeginProperty Font 
  178.          Name            =   "MS Sans Serif"
  179.          Size            =   24
  180.          Charset         =   0
  181.          Weight          =   400
  182.          Underline       =   0   'False
  183.          Italic          =   0   'False
  184.          Strikethrough   =   0   'False
  185.       EndProperty
  186.       ForeColor       =   &H00C00000&
  187.       Height          =   615
  188.       Index           =   6
  189.       Left            =   360
  190.       TabIndex        =   6
  191.       Top             =   1800
  192.       Width           =   615
  193.    End
  194.    Begin VB.Label s 
  195.       BackColor       =   &H00000000&
  196.       BackStyle       =   0  'Transparent
  197.       BeginProperty Font 
  198.          Name            =   "MS Sans Serif"
  199.          Size            =   24
  200.          Charset         =   0
  201.          Weight          =   400
  202.          Underline       =   0   'False
  203.          Italic          =   0   'False
  204.          Strikethrough   =   0   'False
  205.       EndProperty
  206.       ForeColor       =   &H00C00000&
  207.       Height          =   615
  208.       Index           =   5
  209.       Left            =   1920
  210.       TabIndex        =   5
  211.       Top             =   960
  212.       Width           =   615
  213.    End
  214.    Begin VB.Label s 
  215.       BackColor       =   &H00000000&
  216.       BackStyle       =   0  'Transparent
  217.       BeginProperty Font 
  218.          Name            =   "MS Sans Serif"
  219.          Size            =   24
  220.          Charset         =   0
  221.          Weight          =   400
  222.          Underline       =   0   'False
  223.          Italic          =   0   'False
  224.          Strikethrough   =   0   'False
  225.       EndProperty
  226.       ForeColor       =   &H00C00000&
  227.       Height          =   615
  228.       Index           =   4
  229.       Left            =   1200
  230.       TabIndex        =   4
  231.       Top             =   960
  232.       Width           =   615
  233.    End
  234.    Begin VB.Label s 
  235.       BackColor       =   &H00000000&
  236.       BackStyle       =   0  'Transparent
  237.       BeginProperty Font 
  238.          Name            =   "MS Sans Serif"
  239.          Size            =   24
  240.          Charset         =   0
  241.          Weight          =   400
  242.          Underline       =   0   'False
  243.          Italic          =   0   'False
  244.          Strikethrough   =   0   'False
  245.       EndProperty
  246.       ForeColor       =   &H00C00000&
  247.       Height          =   615
  248.       Index           =   3
  249.       Left            =   360
  250.       TabIndex        =   3
  251.       Top             =   960
  252.       Width           =   615
  253.    End
  254.    Begin VB.Label s 
  255.       BackColor       =   &H00000000&
  256.       BackStyle       =   0  'Transparent
  257.       BeginProperty Font 
  258.          Name            =   "MS Sans Serif"
  259.          Size            =   24
  260.          Charset         =   0
  261.          Weight          =   400
  262.          Underline       =   0   'False
  263.          Italic          =   0   'False
  264.          Strikethrough   =   0   'False
  265.       EndProperty
  266.       ForeColor       =   &H00C00000&
  267.       Height          =   615
  268.       Index           =   2
  269.       Left            =   1920
  270.       TabIndex        =   2
  271.       Top             =   120
  272.       Width           =   615
  273.    End
  274.    Begin VB.Label s 
  275.       BackColor       =   &H00000000&
  276.